feat(mssql-driver): Return numeric result values as strings#9485
Merged
feat(mssql-driver): Return numeric result values as strings#9485
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9485 +/- ##
===========================================
- Coverage 83.91% 58.47% -25.44%
===========================================
Files 229 167 -62
Lines 83681 14928 -68753
Branches 0 2955 +2955
===========================================
- Hits 70218 8729 -61489
+ Misses 13463 5853 -7610
- Partials 0 346 +346
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ovr
approved these changes
Apr 17, 2025
7cabe12 to
b1d314d
Compare
5eaf135 to
3a7842b
Compare
870b9b7 to
f1e8b9e
Compare
f1e8b9e to
48c03f5
Compare
marianore-muttdata
pushed a commit
to MuttData/cube
that referenced
this pull request
Jun 17, 2025
…9485) * code hygiene * upgrade mssql pkg * Switch to ts * workaround for mssql types missed types * add value transformators * update snapshots * Some updates to health check * sync lock * upd package.json * fix package.json * fix lint errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes:
mssqlpackage to the latest (v11).This fixes #9452
Check List